home *** CD-ROM | disk | FTP | other *** search
/ Commodore Free 32 / Commodore_Free_Issue_32_2009_Commodore_Computer_Club.d64 / jiffy dos mod < prev    next >
Text File  |  2023-02-26  |  1KB  |  68 lines

  1.  
  2.  
  3.  
  4. *************************************
  5.  Modding the COLORS in JiffyDOS v6.01
  6. *************************************
  7.  
  8. Commodore Free
  9. I found this very nice website, there
  10. is some general information and links
  11. take a look
  12. http://www.n2dvm.com/info.html
  13.  
  14. Taken from the site
  15. I couldn't find the contact details
  16. but here is an interesting article
  17. about changing the jiffy dos colours
  18. I have DONE this already so I KNOW it
  19. works as long as you do EXACTLY what
  20. I tell you to.
  21.  
  22. First off, Here is the table for the
  23. HEX Codes for each colour:
  24.  
  25. HEX / Colour
  26. - - - - - - - - - - - - - - - - - - -
  27. 00 = black
  28. 01 = white
  29. 02 = red
  30. 03 = cyan
  31. 04 = purple
  32. 05 = green
  33. 06 = blue
  34. 07 = yellow
  35. 08 = orange
  36. 09 = brown
  37. 0A = pink
  38. 0B = grey1
  39. 0C = grey2
  40. 0D = light green
  41. 0E = light blue
  42. 0F = grey3
  43.  
  44. NOTE: Those are ZEROS and not O's.
  45.  
  46. To change Background & Border
  47. colours: Search for "0E0601020304" (2
  48. Times),
  49. One is in the CBM Kernel and the
  50. other is in the JiffyDOS Kernel.
  51. "0E" is the Border Colour and "06" is
  52. the Background colour.
  53.  
  54. To change the Text Colour, search for
  55. "8C02A907" (2 Times).
  56. The 07 is what you want to change.
  57.  
  58. Hope you find this information of
  59. use, I used the file below to figure
  60. this out. Figured it would be easier
  61. for others to follow the instructions
  62. above than to try and figure out
  63. where everything is.
  64.  
  65. ENJOY!!!
  66. http://www.n2dvm.com/mod-jd.html
  67.  
  68. -------------------------------------